home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
printers
/
rcs
/
defs.h,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
931b
|
76 lines
head 1.2;
access;
symbols
OCT93:1.2;
locks;
comment @ * @;
1.2
date 93.06.11.16.29.21; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.08.07; author Rhialto; state Exp;
branches;
next ;
desc
@All include files together
@
1.2
log
@First real RCS checkin
@
text
@/* $Id$
* $Log$
*/
/*
* DEFS.H
*/
#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <exec/memory.h>
#include <devices/printer.h>
#include <devices/prtbase.h>
#include <devices/prtgfx.h>
#include <clib/exec_protos.h>
#define Prototype extern
typedef struct PrtInfo PrtInfo;
typedef struct PrinterData PrinterData;
typedef struct PrinterExtendedData PrinterExtendedData;
extern const PrinterExtendedData PEDData;
typedef void *FILE;
#include "/faxfile.h"
#include "protos.h"
#ifdef DEBUG
# include "syslog.h"
#else
# define debug(x) /* empty */
#endif
@
1.1
log
@Initial revision
@
text
@d1 3
@